From 2bfd80f1b5eba7ace3af337985501b4c2b314886 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 17 Jul 2004 09:34:07 +0000 Subject: [PATCH] bitkeeper revision 1.1105 (40f8f28fWHXTNHPEw4csRWJJ3xurCQ) fix the trivial xen-clone fix... --- tools/misc/xen-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index e434303688..b5e857f183 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -61,7 +61,7 @@ cd ${TOP} fi -if [ -d ${DEST_BK_REP}/linux-*-xen-sparse ] +if [ -d ${DEST_BK_REP}/linux-2.4.*-xen-sparse ] then # this is a new style Xen repository so building is dead easy -- 2.30.2